This folder is intended to contain your Leap SE files (.lpp),
your Leap SE databases (.mdb), your generated header files (.h),
and your generated SQL file (.sql).

To generate a logical data model from the .sql, follow these steps:

1. Open the .sql file in a word processor or text editor.
2. Select the entire contents of the file.
3. Select Copy (to copy the entire contents of the file).
4. Create an MS Access database to serve as your data model repository.
5. Click on Modules.
6. Click on the New Modules button.
7. Paste the copied SQL code in the body of the form (may overwrite Option Compare Database).
8. Click on the Run Sub/User Form button on the main toolbar.

You have now created your data model.

The Module does not need to be saved, but can be saved if you so choose.